func runtime.castogscanstatus

3 uses

	runtime (current package)
		preempt.go#L166: 			if !castogscanstatus(gp, s, s|_Gscan) {
		preempt.go#L199: 			if !castogscanstatus(gp, _Grunning, _Gscanrunning) {
		proc.go#L1012: func castogscanstatus(gp *g, oldval, newval uint32) bool {